Increment versions for ai releases#48847
Merged
weidongxu-microsoft merged 1 commit intoAzure:mainfrom Apr 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR increments Azure AI Java package versions to start the next development cycle (2.1.0-beta.1) and updates release metadata to match.
Changes:
- Bumps
azure-ai-agentsandazure-ai-projectsMaven versions to2.1.0-beta.1(and updates the intra-SDK dependency inazure-ai-projects). - Adds new
(Unreleased)sections for2.1.0-beta.1in both package changelogs. - Updates
eng/versioning/version_client.txtto set GA dependency versions to2.0.1while advancing current versions to2.1.0-beta.1.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/ai/azure-ai-projects/pom.xml | Bumps module version and aligns the azure-ai-agents dependency to the new current beta. |
| sdk/ai/azure-ai-projects/CHANGELOG.md | Adds 2.1.0-beta.1 (Unreleased) section. |
| sdk/ai/azure-ai-agents/pom.xml | Bumps module version to 2.1.0-beta.1. |
| sdk/ai/azure-ai-agents/CHANGELOG.md | Adds 2.1.0-beta.1 (Unreleased) section. |
| eng/versioning/version_client.txt | Advances current versions to 2.1.0-beta.1 while updating GA dependency versions to 2.0.1. |
weidongxu-microsoft
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increment package versions for ai releases